'宣言 Public Overloads Sub Export( _ ByVal path As System.String, _ ByVal appointments As System.Collections.Generic.IList(Of Appointment), _ ByVal format As FileFormatEnum _ )
public void Export( System.string path, System.Collections.Generic.IList<Appointment> appointments, FileFormatEnum format )
パラメータ
- path
- エクスポート先のフルパス(ファイル名と拡張子を含む)を含んだ System.String。
- appointments
- エクスポートされる System.Collections.Generic.IList`1。
- format
- FileFormatEnum値。